/*20201212活动弹窗*/
.stopScroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.act_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}
#act_dialog_20201212 {
    width: 461px;
    height: 473px;
    background: url("../image/float-bg.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100001;
    margin: -238px 0 0 -230px;
    display: none;
    overflow: visible !important;
}
#act_dialog_20201212 .a_go {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 100002;
}
#act_dialog_20201212 .close {
    width: 43px;
    height: 43px;
    background: url("../image/float-close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -38px;
    right: -30px;
    z-index: 100003;
    cursor: pointer;
}
#act_dialog_20201212 .btn {
    width: 262px;
    height: 71px;
    background: url("../image/float-btn.png") no-repeat;
    background-size: 100% 100%;
    line-height: 58px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -131px;
    z-index: 100004;
    text-indent: 20px;
    transition: all 200ms linear;
}
#act_dialog_20201212 .btn:hover {
    background: url("../image/float-btn-h.png") no-repeat;
    background-size: 100% 100%;
}
/*20211111活动弹窗*/
#act_dialog_20211111 {
    display: none;
    width: 1200px;
    height: 606px;
    background: url("../image/tc_bj.png");
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -303px 0 0 -600px;
    z-index: 100001;
    border-radius: 20px;
    overflow: hidden;
}
#act_dialog_20211111 .close {
    width: 35px;
    height: 35px;
    background: url("../image/icon_gb.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: all .2s linear;
}
#act_dialog_20211111 .close:hover {
    opacity: .8;
}
#act_dialog_20211111 .a-link {
    width: 266px;
    height: 104px;
    background: url("../image/bat.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -133px;
    transition: all .2s linear;
}
#act_dialog_20211111 .a-link:hover {
    opacity: .8;
}
#act_dialog_20211111 .time_list {
    width: 568px;
    height: 120px;
    position: absolute;
    top: 242px;
    left: 320px;
    z-index: 100;
    padding: 0 22px;
}
#act_dialog_20211111 .time_list .timer_item {
    width: 34px;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    line-height: 120px;
    text-align: center;
}
#act_dialog_20211111 .time_list .timer_item.eleven1 {
    margin-right: 80px;
}
#act_dialog_20211111 .time_list .timer_item.eleven2 {
    margin-right: 86px;
}
#act_dialog_20211111 .time_list .timer_item.eleven3 {
    margin-right: 80px;
}

